The Global Collaboration Framework can handle vault events two ways: with script or with the GcfEvents extension implemented in GCF 2011. Both ways are supported. For first-time installations, we strongly recommend using the GcfEvents extension.
The script implementation is still supported for those customers that have customized GCF script and cannot use the extension. The script can be found in C:\Program Files (x86)\BCMeridian\Program\GCF\Configuration\Advanced\MainScript_WithEvents.bas. If you use this script, do not assign the GcfEvents extension to any document types.
To make the GCF VBScript functions available within the vault, you must import them into the vault's existing script.
To import the VBScript code for a first-time GCF installation:
Merge them with the event handlers that have the same names in the new GCF VBScript file C:\Program Files (x86)\BC-Meridian\Program\GCF\Configuration\MainScript.bas.
Note This step is unnecessary if only GCF/Project Portal is being installed. It does not support hybrid document types.
Some GCF operations are supported by the Meridian Enterprise Web Client: cross-site workflow, document deletion, and workflow revocation. To make the support available, append the script in the following file to the end of the vault's current event procedures code similar to the preceding task:
C:\Program Files (x86)\BC-Meridian\Program\GCF\Configuration\GCFWeb.bas
Related concepts
Understanding the system requirements
Related tasks
Registering the Meridian Enterprise extensions
Importing the briefcase settings
Suppressing custom code during GCF operations
Related information